/* CSS Document */

.hothao-title-container {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #EEEEEE;
}

.hothao-title-active {
	display: inline-block;
	height: 100%;
	line-height: 50px;
	font-size: 18px;
	font-weight: 700;
	color: #EA4245;
	padding: 0 10px;
	border-bottom: 3px solid #EA4245;
}

.hothao-title {
	display: inline-block;
	height: 100%;
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #101010;
	padding: 0 10px;
}

.hothao-item {
	float: left;
	width: 120px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.hothao-item-userHead {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 30%;
	overflow: hidden;
	border: 1px solid #BBBBBB;
}

.hothao-item-userHead img{
	width: 100%;
	height: 100%;
}

.hothao-item-nickName {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #101010;
	text-align: center;
	margin-top: 8px;
}

.hothao-item-book {
	width: 60px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #EA4245;
	text-align: center;
	font-size: 12px;
	color: white;
	margin: 0 auto;
	margin-top: 8px;
	cursor: pointer;
}

.hothao-item-booked {
	width: 60px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #BBBBBB;
	text-align: center;
	font-size: 12px;
	color: white;
	margin: 0 auto;
	margin-top: 8px;
}

.jrh-type-container {
	width: 100%;
	/*height: 30px;*/
	margin-top: 15px;
}

.jrh-type-title {
	display: inline-block;
	height: 100%;
	line-height: 30px;
	color: #101010;
	font-size: 16px;
	margin:0 20px;
}

.jrh-type {
	display: inline-block;
	height: 100%;
	line-height: 30px;
	color: #101010;
	font-size: 16px;
	margin-right: 20px;
	cursor: pointer;
}

.jrh-type-active {
	display: inline-block;
	height: 100%;
	line-height: 30px;
	color: white;
	font-size: 16px;
	margin-right: 20px;
	background-color: #EA4245;
	border-radius: 5px;
	padding: 0 15px;
	cursor: pointer;
}

.jrh-rank-topContainer {
	width: 100%;
	height: 40px;
	margin-top: 20px;
	background-color: #EEEEEE;
}

.jrh-rank-title {
	display: inline-block;
	color: #101010;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}

.jrh-rank-title-active {
	display: inline-block;
	color: #EA4245;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}

.jrh-rank-item {
	height: 50px;
	border-bottom: 1px solid #EEEEEE;
}

.jrh-rank-item-column {
	display: inline-block;
	color: #101010;
	font-size: 13px;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
}

.jrh-rank-item-book {
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #EA4245;
	text-align: center;
	font-size: 12px;
	color: white;
	margin-left: 15px;
	cursor: pointer;
}

.jrh-rank-item-booked {
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #BBBBBB;
	text-align: center;
	font-size: 12px;
	color: white;
	margin-left: 15px;
	cursor: pointer;
}

.jrh-rank-item-userHead {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #BBBBBB;
	float: left;
	margin: 10px 0 0 15px;
}

.jrh-rank-item-name {
	display: inline-block;
	float: left;
	max-width: 100px;
	margin-left: 5px;
}

.layui-this{
	display: inline-block;
	height: 100%;
	line-height: 50px;
	font-size: 18px;
	font-weight: 700;
	color: #EA4245;
	padding: 0 10px;
	border-bottom: 2px solid #EA4245 !important;
}
.layui-tab-brief > .layui-tab-more li.layui-this::after, .layui-tab-brief > .layui-tab-title .layui-this::after{
	border-bottom: 2px solid #EA4245 !important;
}
.layui-tab-brief > .layui-tab-title .layui-this {
	color:#EA4245 !important;
}
.layui-tab-title li{
	font-size: 18px !important;
	font-weight:700;
}
.layui-table td, .layui-table th, .layui-table-fixed-r, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-view, .layui-table[lay-skin="row"], .layui-table[lay-skin="line"]{
	border:none !important;
}
.layui-table-cell{
	height:50px !important;
	line-height: 50px !important;
}
.layui-table img{
	width: 30px !important;
	height: 30px;
	border-radius: 50%;

}
.layui-table tr{
	border-bottom: 1px solid #eeeeee;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color:#EA4245 !important;
}
.dyActive{
	background-color: #7b7b7b;
}